type go.opentelemetry.io/otel/trace.errorConst
12 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L33: errInvalidHexID errorConst = "trace-id and span-id can only contain [0-9a-f] characters, all lowercase"
trace.go#L35: errInvalidTraceIDLength errorConst = "hex encoded trace-id must have length equals to 32"
trace.go#L36: errNilTraceID errorConst = "trace-id can't be all zero"
trace.go#L38: errInvalidSpanIDLength errorConst = "hex encoded span-id must have length equals to 16"
trace.go#L39: errNilSpanID errorConst = "span-id can't be all zero"
trace.go#L42: type errorConst string
trace.go#L44: func (e errorConst) Error() string {
tracestate.go#L35: errInvalidKey errorConst = "invalid tracestate key"
tracestate.go#L36: errInvalidValue errorConst = "invalid tracestate value"
tracestate.go#L37: errInvalidMember errorConst = "invalid tracestate list-member"
tracestate.go#L38: errMemberNumber errorConst = "too many list-members in tracestate"
tracestate.go#L39: errDuplicate errorConst = "duplicate list-member in tracestate"
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |